home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_184.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  421 b   |  9 lines

  1. on mouseUp
  2.   global clips, km, clips1, clips2, clip_directory
  3.   set clip_directory to "3"
  4.   set clips1 to ["sumer", "sparkapr", "eit304no", "213", "sum_v23", "eitloop", "sumer13", "uvcspair", "uvcs3", "uvcseit"]
  5.   set clips2 to ["sum_fig2", "v14", "v15", "lascoc1", "lascoc2", "overlay2", "rotatez", "fsun", "tricolo3", "211", EMPTY, EMPTY, EMPTY, EMPTY, EMPTY]
  6.   set clips to clips1
  7.   go("newsun_" & clip_directory)
  8. end
  9.